projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3c046
)
(flyspell-mode-map): Bind C-c $ instead of M-RET.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 2006 01:00:03 +0000
(
01:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 2006 01:00:03 +0000
(
01:00
+0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 5268988f42735ccf4acde964808728223437e434..a3c110b8f193e9777cd861859204da33ac552cef 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-412,7
+412,7
@@
property of the major mode name.")
(define-key map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word)
(define-key map [(control ?\,)] 'flyspell-goto-next-error)
(define-key map [(control ?\.)] 'flyspell-auto-correct-word)
- (define-key map [
(meta ?\^m)
] 'flyspell-correct-word-before-point)
+ (define-key map [
?\C-c ?$
] 'flyspell-correct-word-before-point)
map)
"Minor mode keymap for Flyspell mode--for the whole buffer.")